PATHMac OS 8 and 9 Developer Documentation > Human Interface Toolbox > Appearance Manager >

Programming With the Appearance Manager


IsAppearanceClient

Returns whether a given process is currently registered as a client of the Appearance Manager.

pascal Boolean IsAppearanceClient (
                     const ProcessSerialNumber *process);
process
A pointer to a value of type ProcessSerialNumber . Pass the serial number of the process to examine.
function result
A value of type Boolean . If true , the specified process is currently registered as a client of the Appearance Manager; otherwise, false .
DISCUSSION

Applications typically do not need to call the IsAppearanceClient function. A plug-in could call IsAppearanceClient to determine whether the process in which it is running is a registered Appearance Manager client. To register with the Appearance Manager, call the function RegisterAppearanceClient .

VERSION NOTES

Available with Appearance Manager 1.1 and later.


© 1999 Apple Computer, Inc. – (Last Updated 29 April 99)